DataCollection
GetItemView メソッド

C1.Android.DataCollection アセンブリ > C1.Android.DataCollection 名前空間 > C1ListAdapter<T> クラス : GetItemView メソッド
The position of the item. Use DataCollection to receive the item.
Gets the view for a specific item.
シンタックス
'宣言
 
Public Overridable Function GetItemView( _
   ByVal position As System.Integer, _
   ByVal convertView As Android.Views.View, _
   ByVal parent As Android.Views.ViewGroup _
) As Android.Views.View
public virtual Android.Views.View GetItemView( 
   System.int position,
   Android.Views.View convertView,
   Android.Views.ViewGroup parent
)

パラメータ

position
The position of the item. Use DataCollection to receive the item.
convertView
parent
参照

C1ListAdapter<T> クラス
C1ListAdapter<T> メンバ